projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5d6161
)
; * src/alloc.c (process_mark_stack): Fix commentary.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 13 Apr 2024 08:15:18 +0000
(11:15 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 13 Apr 2024 08:15:18 +0000
(11:15 +0300)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 2ffd24154476b265e9eb2859c2412b20afa6233e..6779d0ca9cec5de9f71dac4058e34bdae4af94c4 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-7421,7
+7421,9
@@
process_mark_stack (ptrdiff_t base_sp)
/* If the value is forwarded to a buffer or keyboard field,
these are marked when we see the corresponding object.
And if it's forwarded to a C variable, either it's not
- a Lisp_Object var, or it's staticpro'd already. */
+ a Lisp_Object var, or it's staticpro'd already, or it's
+ reachable from font_style_table which is also
+ staticpro'd. */
break;
default: emacs_abort ();
}